Newbie question: How to call GPT o1 ... model="?"

Instead of:
llm=LLM(model=“gpt-4”) # Setting the language model to GPT-4

What should I put in place of “gpt-4” to get the o1 version?

Thanks!

did you google the name openai uses for their new o1 model? whatever it is use that.

“o1-preview” worked for me. But be aware - it’s getting expensive very fast and you need OpenAI API Tier 3 to use it (as of now).

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.