OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.66k stars 4.42k forks source link

gpt-4 to gpt-3.5 turbo llm change #1207

Closed philiphusseinn closed 2 months ago

philiphusseinn commented 2 months ago

How can I change the llm that the open interpreter 01 is connecting with? As I've understood by default it's GPT 4 which is very expensive to use as API. How can I change it to GPT 3.5 Turbo which is ten times cheaper?

MikeBirdTech commented 2 months ago

Please raise issues regarding the 01 in the proper repository: https://github.com/OpenInterpreter/01

To change the model for Open Interpreter, here are the docs: https://docs.openinterpreter.com/language-models/hosted-models/openai

Thanks!