Submitted by darkbluetwilight t3_123j77g in MachineLearning
supreethrao t1_jdv1whe wrote
Hi, there’s already support for ‘gpt-3.5-turbo’ in llama index , the examples can found in the git repo . You can also switch for SimpleVectorIndex to a TreeIndex , this could lower your cost
darkbluetwilight OP t1_jdv9560 wrote
You are a gentleman! There doesn't appear to be any documentation in the llama-index docs yet but there is support added via the langchain module. It looks like I can "from langchain.llms import OpenAIChat" and then use this function to build a new index using "gpt-3.5-turbo" model. I will give this a go and see if it works. I will look into Treeindex too, reading the docs around these different indexing tools was getting a bit too complex for me
Successful_Can_3704 t1_je9wksf wrote
Updates for this issue? I need "gpt-3.5-turbo" in Llama index </3
Viewing a single comment thread. View all comments