We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14ca98a + 0d740e4 commit a885898Copy full SHA for a885898
README.md
@@ -11,8 +11,8 @@ And you're ready to go!
11
12
```python
13
from flat_ai import FlatA
14
-# works with ollama, openai, together, groq ...
15
-llm = FlatAI(api_key='', base_url='http://localhost:11434/v1', model='llama3')
+# works with ollama, openai, together, anyscale ...
+llm = FlatAI(api_key='YOUR KEY', model='gpt-4o-mini', base_url='https://api.openai.com/v1')
16
```
17
If you want to play straight with a notebook:
18
0 commit comments