Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon committed Jan 24, 2024
1 parent d4e7abe commit d78ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ OPENAI_MODEL=gpt-3.5-turbo-16k # Optional
OPENAI_API_KEY=123 # required
OPENAI_MAX_TOKENS=7000 # optional
OPENAI_CONTEXT="A terrible code completion assistant" # Optional
OEPNAI_ENDPOINT=https://api.openai.com/v1/chat/completions # Optional
OPENAI_ENDPOINT=https://api.openai.com/v1/chat/completions # Optional
LOG_FILE=/app/debug-helix-gpt.log # Optional
```

Expand Down

0 comments on commit d78ad67

Please sign in to comment.