Skip to content

Commit a885898

Browse files
committed
Merge branch 'main' of https://github.com/mindsdb/flat-ai
2 parents 14ca98a + 0d740e4 commit a885898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ And you're ready to go!
1111

1212
```python
1313
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')
14+
# works with ollama, openai, together, anyscale ...
15+
llm = FlatAI(api_key='YOUR KEY', model='gpt-4o-mini', base_url='https://api.openai.com/v1')
1616
```
1717
If you want to play straight with a notebook:
1818

0 commit comments

Comments
 (0)