mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 11:41:02 +02:00
Fix typos
This commit is contained in:
parent
2f58910514
commit
8d082aed87
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class EmbeddingsClientSpec(RequestResponseSpec):
|
||||||
def __init__(
|
def __init__(
|
||||||
self, request_name, response_name,
|
self, request_name, response_name,
|
||||||
):
|
):
|
||||||
super(EmbeddingsRequestResponseSpec, self).__init__(
|
super(EmbeddingsClientSpec, self).__init__(
|
||||||
request_name = request_name,
|
request_name = request_name,
|
||||||
request_schema = EmbeddingsRequest,
|
request_schema = EmbeddingsRequest,
|
||||||
response_name = response_name,
|
response_name = response_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue