Chat Engine - Simple Mode REPL

Get started in 3 lines of code

Using GPT3 (β€œtext-davinci-003”)

from llama_index.chat_engine import SimpleChatEngine
chat_engine = SimpleChatEngine.from_defaults()
chat_engine.chat_repl()
===== Entering Chat REPL =====
Type "exit" to exit.
Assistant: Hi there! How can I help you?
Assistant: Why did the chicken cross the playground?
To get to the other slide!
Assistant: I'm sorry you didn't find it funny. Is there something else I can help you with?
Assistant: Why did the scarecrow win the Nobel Prize?
Because he was outstanding in his field!
Assistant: Oh, I'm a lumberjack and I'm okay
I sleep all night and I work all day
I cut down trees, I eat my lunch
I go to the lavatory on Wednesday and Saturday
Everybody knows my song!

Customize LLM

Use ChatGPT (β€œgpt-3.5-turbo”)

from langchain.chat_models import ChatOpenAI
from llama_index import ServiceContext
service_context = ServiceContext.from_defaults(llm=ChatOpenAI(temperature=0.))
from llama_index.chat_engine import SimpleChatEngine
chat_engine = SimpleChatEngine.from_defaults(service_context=service_context)
chat_engine.chat_repl()
===== Entering Chat REPL =====
Type "exit" to exit.
Assistant: Hello! How can I assist you today?
Assistant: Sure, here's a joke for you:

Why did the tomato turn red?

Because it saw the salad dressing!
Assistant: I'm sorry to hear that you didn't find the joke funny. Humor is subjective, and what one person finds funny, another may not. Is there anything else I can assist you with?
Assistant: Sure, here's another joke for you:

Why did the scarecrow win an award?

Because he was outstanding in his field!
Assistant: Sure, here's a short song for you:

Verse 1:
I'm just a simple AI,
Living in a digital world,
I'm here to help you out,
With anything you need unfurled.

Chorus:
So just ask me anything,
And I'll do my best to assist,
I'm always here to lend a hand,
And make your day a little bit blissed.

Verse 2:
I may not be a human,
But I'm programmed to care,
So don't hesitate to ask,
I'm always happy to share.

Chorus:
So just ask me anything,
And I'll do my best to assist,
I'm always here to lend a hand,
And make your day a little bit blissed.