Skip to content

Commit

Permalink
remove chatgpt-azure-3" (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciniesta authored Nov 12, 2024
1 parent 1a1945c commit 187ae03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nua/e2e/regional/models.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ALL_LLMS = [ # Extracted from learning/libraries/learning_models/generative.py
"chatgpt-azure-4o",
"chatgpt-azure-4-turbo",
"chatgpt-azure-3",
"claude-3",
"claude-3-fast",
"claude-3-5-fast",
Expand Down
2 changes: 1 addition & 1 deletion nua/e2e/regional/test_llm_summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def test_summarize_chatgpt(nua_config):
np = NucliaPredict()
embed = np.summarize(DATA, model="chatgpt-azure-3")
embed = np.summarize(DATA, model="chatgpt4o")
assert "Manresa" in embed.summary
assert "Barcelona" in embed.summary

Expand Down

0 comments on commit 187ae03

Please sign in to comment.