mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
s
This commit is contained in:
parent
c0f9bfcd18
commit
64e16e9ea1
1 changed files with 3 additions and 1 deletions
|
|
@ -6,4 +6,6 @@ def test_message():
|
|||
llm = SparkAPI()
|
||||
|
||||
logger.info(llm.ask('只回答"收到了"这三个字。'))
|
||||
logger.info(llm.ask('写一篇五百字的日记'))
|
||||
result = llm.ask('写一篇五百字的日记')
|
||||
logger.info(result)
|
||||
assert len(result) > 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue