Closed jackson-sandland closed 1 year ago
Hi, try updating the pages/api/util.ts
file and include { modelName : "model-you-want" }
as an additional param where new OpenAI(...)
is used, which is twice in this case.
Same would apply to wanting to change the embedding model when new OpenAIEmbeddings()
is called as part of ingestion.
Title says it all. I see a lot of references to
text-davinci-002
in the generateddocstore.json
file so it appears this is the model being used but I don't see any references to that model in the repo. If I'd like to use a different model, how would I set that up?