Niansuh commited on
Commit
53e4f01
1 Parent(s): 4261e70

Create config.js

Browse files
Files changed (1) hide show
  1. config.js +9 -0
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
+ };