Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nervousapps authored Dec 19, 2023
1 parent 368dd31 commit 491b5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ nano ./openai_key.txt

## :point_right: Quickstart
```python
if loacal_ai_url:
# Change api url to LoacalAi one
openai.base_url = loacal_ai_url
if local_ai_url:
# Change api url to LLM local tool one
openai.base_url = local_ai_url
openai.api_key = "sx-xxx"
else:
# Initialize openai api_key
Expand Down Expand Up @@ -178,4 +178,4 @@ This is not an official OpenAI product. This is a personal project and it is not
[BLACK](https://pypi.org/project/black/)

## :ledger: License
[License MIT](./LICENSE)
[License MIT](./LICENSE)

0 comments on commit 491b5ae

Please sign in to comment.