Find answers from the community

Home
Members
apppple
a
apppple
Offline, last seen 6 months ago
Joined September 25, 2024
a
apppple
·

Retriever

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
a
apppple
·

ChatGPT 3.5

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