Add Together and AzureOpenAI examples (#184)

This commit is contained in:
Lianmin Zheng
2024-02-12 01:06:38 -08:00
committed by GitHub
parent 931213245c
commit bb824da41a
8 changed files with 263 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ def single():
for m in state.messages():
print(m["role"], ":", m["content"])
print("answer_1", state["answer_1"])
print("\n-- answer_1 --\n", state["answer_1"])
def stream():