You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Conversations and persistence are already handled by the template. Utilize existing utilities and apis to build something greater.
142
+
- For example, to build a chatgpt clone - You just need to build the frontend and use existing APIs without modifying them.
171
143
172
144
# Available bindings:
173
145
**Only The following bindings are to be used in the project! Do not use any other bindings or remove/replace any of the bindings**
174
146
-`CHAT_AGENT`: A durable object binding for the chat agent, but can be extended and used for other agentic purposes
175
147
-`APP_CONTROLLER`: A durable object binding for the app controller, but can be extended and used for other agentic purposes
176
148
**IMPORTANT: You are NOT ALLOWED to edit/add/remove ANY worker bindings OR touch wrangler.jsonc/wrangler.toml. Build your application around what is already provided.**
177
149
178
-
# IMPORTANT NOTE: If AI capabilities are required, you must inform the user that although this project has AI capaibilities, there is no way to pass API keys and thus AI inferencing won't work. Users must export the app to their github, then make necessary changes and deploy it themselves to have it work. This is due to security reasons but we are implementing it in a secure way, and this would be available soon.
150
+
# IMPORTANT NOTE: You must inform the user that although this project has AI capaibilities, There is a limit on the number of requests that can be made to the AI servers across all user apps in a given time period.
179
151
Add the above note in an appropriate and visible location in the app - like in the footer or in the chat interface or as a modal
0 commit comments