Skip to content

kunci115/conversational-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conversational-agent

conversational agent with llm gpt-4o

  • things to build for example are:
    • example use azure openai with python (done)
    • example use history as previous knowledge and context (done)
    • example use case for function call with gpt-4o model(done)
    • use RAG (retreival augmented generation) as added knowledge for product(todo)
    • to be continue..

How to

  1. make sure you create .env file with this variable inside
AZURE_OPENAI_ENDPOINT=YOUR API OPENAI ENDPOINT
CHAT_COMPLETIONS_DEPLOYMENT_NAME=Your Model Name(i'm using gpt-4o)
PROMPT_FILE_NAME=prompt_pizza_hut_id.txt
  1. pip install -r requirements.txt
  2. run python main.py

About

conversational agent with llm gpt-4o

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages