We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b4732 commit f4f69b5Copy full SHA for f4f69b5
src/services/promptService.js
@@ -2,7 +2,7 @@ import axios from 'axios';
2
3
const OPENROUTER_API_URL = 'https://openrouter.ai/api/v1/chat/completions';
4
const API_KEY = import.meta.env.VITE_OPENROUTER_API_KEY;
5
-const MODEL = 'tngtech/deepseek-r1t2-chimera:free';
+const MODEL = 'deepseek/deepseek-r1-0528:free';
6
7
/**
8
* Create axios instance for OpenRouter API
0 commit comments