Skip to content

Commit

Permalink
fix: vertex ai remote url error([vertex_ai] Error: not enough values …
Browse files Browse the repository at this point in the history
…to unpack (expected 2, got 1))
  • Loading branch information
hobo-l-20230331 committed Oct 9, 2024
1 parent f46b815 commit d4ac955
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/core/model_runtime/model_providers/vertex_ai/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
import json
import logging
import time
import requests

from collections.abc import Generator
from typing import Optional, Union, cast

import google.auth.transport.requests
import requests
import vertexai.generative_models as glm
from anthropic import AnthropicVertex, Stream
from anthropic.types import (
Expand Down

0 comments on commit d4ac955

Please sign in to comment.