You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`OPENAI_BASE_URL`: **Optional:** The URL for an OpenAI-compatible embedding server, e.g. [Infinity](https://github.com/michaelfeil/infinity). With this option `OPENAI_API_KEY` also needs to be set, but can be any value.
22
-
-`OPENAI_ENDPOINT`: **Optional:** The URL for an server compatible with the OpenAI Chat Completions API. Make sure the `OPENAI_MODEL` variable matches with the deployed model name, e.g. 'llama:3.2:1b'
23
+
24
+
### Optional:
25
+
26
+
-`OPENAI_BASE_URL`: The URL for an OpenAI-compatible embedding server,
27
+
e.g. [Infinity](https://github.com/michaelfeil/infinity). With this
28
+
option `OPENAI_API_KEY` also needs to be set, but can be any value.
29
+
-`OPENAI_ENDPOINT`: The URL for an server compatible with the OpenAI
30
+
Chat Completions API. Make sure the `OPENAI_MODEL` variable matches
0 commit comments