Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ class Me:
|
|
83 |
print("Open router API Key not set - please head to the troubleshooting guide in the setup folder")
|
84 |
self.client = OpenAI(
|
85 |
base_url="https://openrouter.ai/api/v1",
|
86 |
-
api_key=os.
|
87 |
)
|
88 |
self.name = "Chaoran Zhou"
|
89 |
reader = PdfReader("me/linkedin.pdf")
|
|
|
83 |
print("Open router API Key not set - please head to the troubleshooting guide in the setup folder")
|
84 |
self.client = OpenAI(
|
85 |
base_url="https://openrouter.ai/api/v1",
|
86 |
+
api_key=os.environ.get('OPEN_ROUTER_API_KEY')
|
87 |
)
|
88 |
self.name = "Chaoran Zhou"
|
89 |
reader = PdfReader("me/linkedin.pdf")
|