Skip to content

Commit 4e56418

Browse files
committed
Merge branch 'main' of https://github.com/mindsdb/flat-ai
2 parents 23b1778 + 5084762 commit 4e56418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install flat-ai
1010
And you're ready to go!
1111

1212
```python
13-
from flat_ai import FlatA
13+
from flat_ai import FlatAI
1414
# works with ollama, openai, together, anyscale ...
1515
llm = FlatAI(api_key='YOUR KEY', model='gpt-4o-mini', base_url='https://api.openai.com/v1')
1616
```

0 commit comments

Comments
 (0)