Skip to content

drsanwujiang/ai-playground

Repository files navigation

AI Playground

Experience several AI models in one playground.

Supported Models

Chat or text completion/generation models:

  • GPT
  • Claude
  • Gemini
  • Ernie (文心一言)
  • Qwen (通义千问)

Image generation models:

  • DALL·E
  • Stable Diffusion

Environment Variables

TOKEN

Passwords, which should be separated by comma. Example: pass1,pass2,pass3.

GPT_API_KEY

OpenAI API key, used for chat completion API.

GEMINI_API_KEY

Google AI (also Google Cloud) API key, used for content generation API.

CLAUDE_API_KEY

Anthropic API key, used for message API.

ERNIE_API_KEY

Baidu Cloud access key, used for chat completion API.

ERNIE_SECRET_KEY

Baidu Cloud secret access key, used for chat completion API.

QWEN_API_KEY

Alibaba Cloud API key, used for text generation API.

DALLE_API_KEY

OpenAI API key, used for image generation API.

SD_API_KEY

Stability AI API key, used for generation API.

About

Experience several AI models in one playground

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages