Skip to content

atadzan/llm_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of LLM CLI chat in Go

To run app, you should follow steps below

  • Set OPENAPI_API_KEY in your local machine with following command: export OPENAI_API_KEY="your_API_key"". Create OPENAI API key here
  • Execute go run main.go chat