AI Online Development
Experiment 01 - Accessing Doubao AI (Volcengine)
Experiment Preparation:
- Get API Key: https://console.volcengine.com/ark/region:ark+cn-beijing/apiKey
- Get Model Endpoint ID: https://console.volcengine.com/ark/region:ark+cn-beijing/endpoint
Experiment Steps:
cd AI_online# Enter packagenano config.py# Replace personal API Key and Model Endpoint, Model Endpoint starts with "ep-"

python doubao_chat.py# Run Doubao AI access script
Experiment effect:

Function: Implement text-based dialogue with Doubao LLM through API calls
