Unverified Commit dee67323 authored by Federico Galatolo's avatar Federico Galatolo Committed by GitHub
Browse files

Added missing " in CHAT_PROMPT_TEMPLATE (#23287)

parent e1eb3efd
...@@ -172,7 +172,7 @@ Human: It worked! Can you translate the summary in German? ...@@ -172,7 +172,7 @@ Human: It worked! Can you translate the summary in German?
Assistant: I will use the tool `translator` to translate the text in German. Assistant: I will use the tool `translator` to translate the text in German.
```py ```py
translated_summary = translator(summarized_text, src_lang="English", tgt_lang="German) translated_summary = translator(summarized_text, src_lang="English", tgt_lang="German")
``` ```
==== ====
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment