mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
update comment
This commit is contained in:
@@ -40,7 +40,7 @@ class TestChatOllama(ChatModelIntegrationTests):
|
||||
@property
|
||||
def has_tool_choice(self) -> bool:
|
||||
# TODO: update after Ollama implements
|
||||
# https://github.com/ollama/ollama/blob/main/docs/openai.md
|
||||
# https://github.com/ollama/ollama/blob/main/docs/openai.md#supported-request-fields
|
||||
return False
|
||||
|
||||
@property
|
||||
|
@@ -67,7 +67,7 @@ class TestChatOllamaV1(ChatModelV1IntegrationTests):
|
||||
@property
|
||||
def has_tool_choice(self) -> bool:
|
||||
# TODO: update after Ollama implements
|
||||
# https://github.com/ollama/ollama/blob/main/docs/openai.md
|
||||
# https://github.com/ollama/ollama/blob/main/docs/openai.md#supported-request-fields
|
||||
return False
|
||||
|
||||
def test_tool_streaming(self, model: BaseChatModel) -> None:
|
||||
|
Reference in New Issue
Block a user