Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 334 Bytes

gpt-nicegui

Nicegui with LLM (still in progress)

QuickStart

  1. set openai_api_token export OPENAI_API_KEY=xxx

Build embedding

  1. edit build_embedding.py
  2. Set the local address for the nicegui project.
  3. run

query

  1. edit the main.py
  2. set the command you want to generate nicegui
  3. run