mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
update comment
This commit is contained in:
parent
ed006a7444
commit
f7b93f2062
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user