Ikko Eltociear Ashimine преди 10 месеца
родител
ревизия
8266842809
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      api/core/model_runtime/model_providers/vertex_ai/llm/llm.py

+ 1 - 1
api/core/model_runtime/model_providers/vertex_ai/llm/llm.py

@@ -99,7 +99,7 @@ class VertexAiLargeLanguageModel(LargeLanguageModel):
             credentials.refresh(request)
             token = credentials.token
 
-        # Vertex AI Anthropic Claude3 Opus model avaiable in us-east5 region, Sonnet and Haiku avaiable in us-central1 region
+        # Vertex AI Anthropic Claude3 Opus model available in us-east5 region, Sonnet and Haiku available in us-central1 region
         if 'opus' in model:
             location = 'us-east5'
         else: