Skip to main content

Build LLM

!pip install openai
from superduper_openai import OpenAIChatCompletion

llm = OpenAIChatCompletion(identifier='llm', model='gpt-3.5-turbo')
# test the llm model
llm.predict("Tell me about the superduper")