Update testGenius.py

This commit is contained in:
Vincent Zhao 2024-05-28 01:27:41 +08:00 committed by GitHub
parent 21426e607b
commit 71f3f6141c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ from dashscope import Generation
import dashscope import dashscope
import gradio as gr import gradio as gr
# dashscope.api_key = 'sk-73e9b0452a7e40048495d8ac8ab1afe4' # Vincent's API key # dashscope.api_key = # Vincent's API key
dashscope.api_key = 'sk-83b8ed0ead0849ae9e63a2ae5bdbde0d' # Rayman's API key dashscope.api_key = # Rayman's API key
def respond_nonStream(prompt, chat_history, instruction, model): def respond_nonStream(prompt, chat_history, instruction, model):