This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git
from cea4a39 Merge pull request #74 from Alanxtl/update_readme
add e0aafe2 add llm test case
add 448161f update control field
add a1b6547 Merge remote-tracking branch 'origin/llm_test_case' into
update
add 7a455d2 merge to main
add 14b5e9d change test case to sample
add 7e22e19 change test case to sample
new c6b3c9e Merge pull request #71 from Alanxtl/update
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
go.mod | 1 +
llm/README.md | 29 ++++++++++
llm/README_zh.md | 29 ++++++++++
llm/go-client/.env.example | 18 +++++++
llm/go-client/client.go | 100 +++++++++++++++++++++++++++++++++++
{http/simple => llm}/pixiu/conf.yaml | 30 ++++-------
6 files changed, 188 insertions(+), 19 deletions(-)
create mode 100644 llm/README.md
create mode 100644 llm/README_zh.md
create mode 100644 llm/go-client/.env.example
create mode 100644 llm/go-client/client.go
copy {http/simple => llm}/pixiu/conf.yaml (73%)