We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370ebf5 commit 1b1cfafCopy full SHA for 1b1cfaf
website/docs/FAQ.md
@@ -29,6 +29,10 @@ You can also explicitly specify that by:
29
assistant = autogen.AssistantAgent(name="assistant", llm_config={"api_key": ...})
30
```
31
32
+### Unexpected keyword argument 'base_url'
33
+
34
+In version >=1, OpenAI renamed their `api_base` parameter to `base_url`. So for older versions, use `api_base` but for newer versions use `base_url`.
35
36
### Can I use non-OpenAI models?
37
38
Yes. Please check https://microsoft.github.io/autogen/blog/2023/07/14/Local-LLMs for an example.
0 commit comments