Skip to content

Commit 849fe39

Browse files
committed
update doc
1 parent 4cd5ef2 commit 849fe39

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/source/getting_started/examples.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenAI models
2222
graph_config = {
2323
"llm": {
2424
"api_key": openai_key,
25-
"model": "openai/gpt-3.5-turbo",
25+
"model": "openai/gpt-4o",
2626
},
2727
}
2828
@@ -67,11 +67,6 @@ After that, you can run the following code, using only your machine resources br
6767
"format": "json", # Ollama needs the format to be specified explicitly
6868
"model_tokens": 2000, # depending on the model set context length
6969
"base_url": "http://localhost:11434", # set ollama URL of the local host (YOU CAN CHANGE IT, if you have a different endpoint
70-
},
71-
"embeddings": {
72-
"model": "ollama/nomic-embed-text",
73-
"temperature": 0,
74-
"base_url": "http://localhost:11434", # set ollama URL
7570
}
7671
}
7772

0 commit comments

Comments
 (0)