Testing examples for Deep.Assistant API Gateway that demonstrate OpenAI-compatible usage.
This repository contains examples in different programming languages:
- JavaScript Example - Node.js example using the OpenAI SDK
- Python Example - Python example using the OpenAI SDK
Each example directory contains:
- Complete working code
- Dependencies file (package.json or requirements.txt)
- Environment configuration (.env)
- Detailed README with setup instructions
-
Navigate to your preferred language example:
cd examples/javascript # or examples/python
-
Follow the README instructions in that directory
Get your API key from the Telegram bot: https://t.me/DeepGPTBot
Use the /api
command to obtain your key.