Skip to content

Commit

Permalink
Update deepseek.py
Browse files Browse the repository at this point in the history
  • Loading branch information
popcion authored Dec 14, 2024
1 parent 5de9bb4 commit 7e7b234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manga_translator/translators/deepseek.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ async def _request_translation(self, to_lang: str, prompt: str) -> str:

try:
response = await self.client.chat.completions.create(
model='gpt-4o-2024-08-06',
model='deepseek-chat',
messages=messages,
max_tokens=self._MAX_TOKENS // 2,
temperature=self.temperature,
Expand Down

0 comments on commit 7e7b234

Please sign in to comment.