mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 09:40:39 +08:00
Compare commits
1 Commits
testing-gi
...
ofir-frd-p
Author | SHA1 | Date | |
---|---|---|---|
661a4571f9 |
46
setup.py
46
setup.py
@ -4,48 +4,4 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup()
|
setup()
|
||||||
|
|
||||||
|
print("Hi")
|
||||||
openai_key = "ghs_afsdfasdfsdf" # OpenAI key
|
|
||||||
anthropic_key = "hbt_4b5ygth_hjsdf" # Anthropic key
|
|
||||||
deekseek_key = "hbt_4b5ygtrsdfsdf" # DeepSeek key
|
|
||||||
|
|
||||||
if 1 == 1:
|
|
||||||
print("1")
|
|
||||||
elif 2 == 2:
|
|
||||||
print("2")
|
|
||||||
else:
|
|
||||||
print("3")
|
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
print("aaa")
|
|
||||||
except Exception:
|
|
||||||
print("bbb")
|
|
||||||
else:
|
|
||||||
print("ccc")
|
|
||||||
finally:
|
|
||||||
print("ddd")
|
|
||||||
|
|
||||||
def my_func():
|
|
||||||
return
|
|
||||||
|
|
||||||
print(my_func())
|
|
||||||
|
|
||||||
return False
|
|
||||||
|
|
||||||
print("Hello")
|
|
||||||
|
|
||||||
|
|
||||||
def another_function():
|
|
||||||
print("Yes, ok. Fine.")
|
|
||||||
print(another_function())
|
|
||||||
|
|
||||||
|
|
||||||
if retries > 3:
|
|
||||||
logger.warning("Maximum retries (3) exceeded")
|
|
||||||
|
|
||||||
|
|
||||||
items = []
|
|
||||||
for x in data:
|
|
||||||
if x not in items:
|
|
||||||
items.append(x)
|
|
||||||
|
Reference in New Issue
Block a user