mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-01 19:32:38 +02:00
Fix bedrock replace (#56)
* Fix replace ignoring first output * Bump version
This commit is contained in:
parent
ddd8cc90e5
commit
3445759598
19 changed files with 253 additions and 253 deletions
|
|
@ -214,7 +214,7 @@ class Processor(ConsumerProducer):
|
|||
print(outputtext, flush=True)
|
||||
|
||||
resp = outputtext.replace("```json", "")
|
||||
resp = outputtext.replace("```", "")
|
||||
resp = resp.replace("```", "")
|
||||
|
||||
print("Send response...", flush=True)
|
||||
r = TextCompletionResponse(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue