- Get started
- Introduction
- Authentication
- Making requests
- Streaming
- Audio
- Batch
- Models
- Invites
- Chat
- Users
- Projects
- Project users
- Project service accounts
- Project API keys
- Audit logs
- Usage
- Project rate limits
- Completions
- Uploads
- Embeddings
- Files
- Moderations
- Assistants (v1)
- Threads (v1)
- Messages (v1)
- Runs (v1)
- Images
- Fine-tuning
README
Example of a JSONL File#
{"prompt": "This is the first prompt.", "completion": "This is the first completion."}
{"prompt": "This is the second prompt.", "completion": "This is the second completion."}
{"prompt": "This is the third prompt.", "completion": "This is the third completion."}
Modified at 2024-12-13 10:20:37