Skip to content

Commit

Permalink
ChatGPT transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
harudra committed Oct 18, 2024
1 parent 76b0b9c commit 5133911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2/services/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def delete_thread_id(thread_id: str):
async def generate_text(mode: int, thread_id: int, prompt: str) -> str:
mode_dispatch = {
0: generate_text_normal,
1: generate_text_normal,
1: generate_text_change,
}

try:
Expand Down

0 comments on commit 5133911

Please sign in to comment.