Do we have any example of Finetuned GPT3 model being used to generate response?
As I'm trying with an finetuned model but getting this error
Unknown model: davinci:ft-finetuned-2023-07-08-13-19-29. Please provide a valid OpenAI model name.Known models are: gpt-4, gpt-4-0314, gpt-4-32k, gpt-4-32k-0314, gpt-3.5-turbo, gpt-3.5-turbo-0301, text-ada-001, ada, text-babbage-001, babbage, text-curie-001, curie, davinci, text-davinci-003, text-davinci-002, code-davinci-002, code-davinci-001, code-cushman-002, code-cushman-001
This occurs in
modelname_to_contextsize
from langchain OpenAI class. I'm using
0.6.15
for llamaIndex. I know the version is old. lol π
Are we allowing using finetuned model to be used in newer versions of llamaIndex?