Spaces:
Sleeping
Sleeping
Create config.js
Browse files
config.js
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
module.exports = {
|
2 |
+
openaiCompatibleEndpoints: [
|
3 |
+
{
|
4 |
+
endpoint: 'https://api.typegpt.net/v1/chat/completions',
|
5 |
+
apiKey: 'sk-CcUzSR5heqPxhs18Gd6WaK9kKorKTGONkHZJ6es7j5uLwAO7',
|
6 |
+
modelName: 'gpt-4o'
|
7 |
+
}
|
8 |
+
]
|
9 |
+
};
|