Skip to content

Commit

Permalink
Merge pull request #9 from appatalks/appatalks-structure
Browse files Browse the repository at this point in the history
structure
  • Loading branch information
appatalks authored Jul 4, 2024
2 parents b18f20e + f58bd2e commit e26a1d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ A simple FIFO API Gateway for managing API calls, storing them in MySQL, and pro

- Retrieve GitHub API Call:
```bash
bash api_fifo_delivery_github.sh
bash github_api_delivery.sh
{ "login": "octocat", "id": 10, ... }
```
Expand All @@ -67,9 +67,9 @@ A simple FIFO API Gateway for managing API calls, storing them in MySQL, and pro
{"status":"success"}
```
- Retrieve GitHub API Call:
- Retrieve OpenAI API Call:
```bash
bash api_fifo_delivery_gpt.sh
bash openai_api_delivery.sh
{ "id": "c***", "object": "chat.completion", "created": 1***, "model": "gpt-4-0613", "choices": [ { "index": 0, "message": { "role": "assistant",
"content": "Hello! How can I assist you today?" } ... }
```
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e26a1d2

Please sign in to comment.