neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
231 stars 37 forks source link

Changed model in t2c examples to gpt-3.5-turbo-0125 #125

Closed willtai closed 2 months ago

willtai commented 2 months ago

Description

gpt-3.5-turbo-instruct is not compatible any more with OpenAI's Chat Completions endpoint (see link). The Text2Cypher Retriever calls this endpoint. This PR updates the examples and documentation to change the model to gpt-3.5-turbo-0125.

Type of Change

Complexity

Complexity: Low

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):