Merge pull request #1156 from Sanyam-2026/main

Improved Readability and Grammar
This commit is contained in:
Tekky 2023-10-25 16:54:50 +01:00 committed by GitHub
commit e059070f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ docker compose build
docker compose up
```
You server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
Your server will now be running at `http://localhost:1337`. You can interact with the API or run your tests as you would normally.
To stop the Docker containers, simply run:
@ -331,7 +331,7 @@ python -m g4f.api
```py
import openai
openai.api_key = "Empty if you don't use embeddings, otherwise your Hugging Face token"
openai.api_key = " Leave Empty if you don't use embeddings, otherwise your Hugging Face token"
openai.api_base = "http://localhost:1337/v1"