MCPcopy 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
33def main():
34 response = requests.post(request_url, headers=headers, data=json.dumps(data))
35 if response:
36 print(response.json())
37
38
39if __name__ == '__main__':

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected