kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/717/head
rodzic
222c7c0d81
commit
cd4353e052
|
@ -12,7 +12,7 @@ export function PageContainer({
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{background && (
|
{background && (
|
||||||
<div className='absolute top-0 left-0 w-[100vw] h-[100vh] bg-[url(/bg.png)] dark:bg-[url(/bg-dark.jpg)] dark:bg-cover dark:h-auto dark:aspect-[1000/808] bg-top-right bg-no-repeat bg-size-[100vw_50vh] md:bg-auto z-0' />
|
<div className='absolute top-0 left-0 w-[100vw] h-[100vh] bg-top-right bg-no-repeat bg-size-[100vw_50vh] md:bg-auto -z-10 dark:bg-size-[100%_100%] dark:bg-center dark:w-[calc(max(100vw,1500px))] dark:h-[calc(max(100vh,1200px))] dark:left-[calc(min((100vw-1500px)/2,0px))] bg-[url(/bg.png)] dark:bg-[url(/bg-dark.jpg)]' />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
8
todo.md
8
todo.md
|
@ -19,8 +19,16 @@
|
||||||
- create agentic products for select legacy tools
|
- create agentic products for select legacy tools
|
||||||
- add feature about optimized context to docs
|
- add feature about optimized context to docs
|
||||||
- add ts sdk examples to e2e tests
|
- add ts sdk examples to e2e tests
|
||||||
|
- submit to awesome mcp, mcp discord, etc
|
||||||
- add scroll appearance motion to hero animation
|
- add scroll appearance motion to hero animation
|
||||||
- replace how-it-works diagram with better version
|
- replace how-it-works diagram with better version
|
||||||
|
- docs: add notes about constraints on mcp origin servers (static tools)
|
||||||
|
- improve public project detail page
|
||||||
|
- **include example usage**
|
||||||
|
- list tools
|
||||||
|
- mcp inspector
|
||||||
|
- **add support to example-usage for api keys**
|
||||||
|
- **api keys should go beyond 1:1 consumers**
|
||||||
|
|
||||||
## TODO: Post-MVP
|
## TODO: Post-MVP
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue