mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
76 lines
1.3 KiB
HTTP
76 lines
1.3 KiB
HTTP
@llm_endpoint = http://localhost:12000
|
|
@openai_endpoint = https://api.openai.com
|
|
@access_key = {{$dotenv OPENAI_API_KEY}}
|
|
|
|
### openai request
|
|
POST {{openai_endpoint}}/v1/chat/completions HTTP/1.1
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{access_key}}
|
|
|