Skip to content

Commit

Permalink
chore: undo Llama 3.1 model introduced in e04fe6c
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 30, 2024
1 parent 209812f commit 6c5d088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/core/podcast/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def create_transcript(news: list[dict[str, str]], dest: str, summarizer: Callabl
# model = "lmsys/vicuna-13b-v1.5-16k"
# model = "mistralai/Mixtral-8x7B-Instruct-v0.1"
# model = "mistralai/Mixtral-8x22B-Instruct-v0.1"
# model = "meta-llama/Llama-3-70b-chat-hf"
model = "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
model = "meta-llama/Llama-3-70b-chat-hf"
# model = "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo"
# model = "NousResearch/Nous-Hermes-2-Mixtral-8x7B-SFT"
# model = "Qwen/Qwen1.5-14B-Chat"
temperature = 0.8
Expand Down

0 comments on commit 6c5d088

Please sign in to comment.