improve moonshot api support (#623)

This commit is contained in:
josc146
2024-03-22 16:55:37 +08:00
parent eb88fc2053
commit c00b8ff9ab
3 changed files with 49 additions and 43 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ async function executeApi(session, port, config) {
port,
session.question,
session,
config.apiKey,
config.moonshotApiKey,
session.modelName,
)
}