feat: init Go module with config and in-memory note store
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
OPENAI_API_KEY=sk-your-api-key-here
|
||||
OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
OPENAI_MODEL=gpt-4o
|
||||
OPENAI_EMBED_MODEL=text-embedding-3-small
|
||||
DATA_DIR=./data
|
||||
PORT=8080
|
||||
Reference in New Issue
Block a user