Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zai-org/CodeGeeX
/ main
Function
main
api/codegeex-api-example-python/generation_example.py:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
33
def
main():
34
response = requests.post(request_url, headers=headers, data=json.dumps(data))
35
if
response:
36
print(response.json())
37
38
39
if
__name__ ==
'__main__'
:
Callers
1
generation_example.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected