config.json 299 B

123456789101112
  1. {
  2. "GPT 4o": {
  3. "model": "gpt-4o",
  4. "url": "https://api.openai.com/v1/chat/completions",
  5. "key": "xxxxxxxxxxxxxxxxxx"
  6. },
  7. "GPT 3.5": {
  8. "model": "gpt-3.5",
  9. "url": "https://api.openai.com/v1/chat/completions",
  10. "key": "xxxxxxxxxxxxxxxxxx"
  11. }
  12. }