fix: typo in gpt-4 model (#741)
This commit is contained in:
@@ -12,5 +12,5 @@ from embedchain.config import LlmConfig
|
||||
|
||||
app = App()
|
||||
app.add("https://en.wikipedia.org/wiki/Elon_Musk")
|
||||
app.query("How many companies does Elon Musk run and name those?", config=LlmConfig(model="gpt-4))
|
||||
app.query("How many companies does Elon Musk run and name those?", config=LlmConfig(model="gpt-4"))
|
||||
```
|
||||
Reference in New Issue
Block a user