Find answers from the community

Home
Members
apppple
a
apppple
Offline, last seen 3 months ago
Joined September 25, 2024
the hi,
I am building a chatbot
if I use below code to get index,how do I set my retriever value?
9 comments
a
L
hi,
anyone knows is this gpt3
llm_predictor = LLMPredictor(llm=OpenAI(temperature=0, model_name="text-davinci-003"))
if so how do i change to gpt3.5?
1 comment
W