Skip to content

OpenAI models

Chamath K.B. Attanayaka edited this page Aug 3, 2023 · 1 revision
  • openai/gpt-3.5-turbo
response = client.chat_gpt_call(prompt, max_tokens)
  • openai/gpt-4
response = client.gpt4_call(prompt, max_tokens)
Clone this wiki locally