MCPcopy Create free account
hub / github.com/IyadhKhalfallah/Code2Flowchart / async_generate

Function async_generate

code2flowchart/utils/asyncllm/helpers.py:7–9  ·  view source on GitHub ↗
(llm)

Source from the content-addressed store, hash-verified

5
6
7async def async_generate(llm):
8 resp = await llm.agenerate(["Hello, how are you?"])
9 print(resp.generations[0][0].text)
10
11
12async def generate_concurrently():

Callers 1

generate_concurrentlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected