We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users are experiencing difficulties connecting to Jan's local API server from other machines on the network. Common issues include:
Add clear instructions for:
Add examples showing:
# Basic endpoint format http://{ip-address}:1337/v1/chat/completions # Required headers Authorization: Bearer [token] Content-Type: application/json # Example cURL request curl -X POST \ http://192.168.1.100:1337/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer [token]" \ -d '{ "messages": [{"role": "user", "content": "Hello!"}], "model": "YOUR_MODEL_ID" }'
Common issues and solutions:
The text was updated successfully, but these errors were encountered:
imtuyethan
Successfully merging a pull request may close this issue.
Problem Statement
Users are experiencing difficulties connecting to Jan's local API server from other machines on the network. Common issues include:
Documentation Updates Needed
1. Local API Server Setup Section
Add clear instructions for:
2. Example Usage Section
Add examples showing:
3. Cross-Platform Considerations
4. Troubleshooting Guide
Common issues and solutions:
Additional Notes
Related Issues
The text was updated successfully, but these errors were encountered: