Skip to content

Commit 034c9ff

Browse files
committed
Markdown issue
1 parent aef4391 commit 034c9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/localdev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ You should now be able to use the "Ask" tab.
8181

8282
⚠️ Limitations:
8383

84-
- The "Chat" tab will only work if the local language model supports function calling.
85-
- Your search mode must be text only (no vectors), since the search index is only populated with OpenAI-generated embeddings, and the local OpenAI host can't generate those.
86-
- The conversation history will be truncated using the GPT tokenizers, which may not be the same as the local model's tokenizer, so if you have a long conversation, you may end up with token limit errors.
84+
* The "Chat" tab will only work if the local language model supports function calling.
85+
* Your search mode must be text only (no vectors), since the search index is only populated with OpenAI-generated embeddings, and the local OpenAI host can't generate those.
86+
* The conversation history will be truncated using the GPT tokenizers, which may not be the same as the local model's tokenizer, so if you have a long conversation, you may end up with token limit errors.
8787

8888
> [!NOTE]
8989
> You must set `OPENAI_HOST` back to a non-local value ("azure", "azure_custom", or "openai")

0 commit comments

Comments
 (0)