Commit Graph

63 Commits

Author SHA1 Message Date
Peter Dave Hello d72e30eea1 Fix README.md markdown format & rendering
"Code Execution: Sandpack" under "#### March: first release" seems to be broken.
2023-05-04 19:45:58 +08:00
Enrico Ros d2c16834ea ReAct: better looks & Readme 2023-04-28 00:50:33 -07:00
Enrico Ros e904bd9ca1 Begin modularization: Cleanup OpenAI usage (client, server) 2023-04-25 20:09:12 -07:00
Enrico Ros c046c08dcf Update README 2023-04-25 03:03:18 -07:00
Enrico Ros 1f37054dee Update README.md 2023-04-24 02:49:23 -07:00
Enrico Ros 9138d680c5 <br/> 2023-04-24 02:47:18 -07:00
Enrico Ros 118f1dc0f6 Sure. 2023-04-24 02:45:20 -07:00
Enrico Ros 8a7df020f7 Update Readme.md 2023-04-24 02:42:18 -07:00
Enrico Ros 73a5c50d94 Update Readme.md 2023-04-24 02:41:37 -07:00
Enrico Ros b3a70ee771 Picks 2023-04-24 02:37:14 -07:00
Enrico Ros c68ca3037e Nits 2023-04-24 02:34:49 -07:00
Enrico Ros 0396300c58 Reorder 2023-04-24 02:31:55 -07:00
Enrico Ros 4dfe36fd80 New pics in Readme 2023-04-24 02:28:20 -07:00
Enrico Ros 5e81e9088f Nothing 2023-04-24 01:07:55 -07:00
Enrico Ros 68dab61468 Roll packages 2023-04-23 21:59:14 -07:00
Enrico Ros 15463bfb0e Update readme 2023-04-23 21:15:26 -07:00
Enrico Ros 45bff6c2ae Prodia Model Selection 2023-04-22 23:09:30 -07:00
Enrico Ros 3aef5702b8 Rename default domain 2023-04-22 21:41:47 -07:00
Enrico Ros 4a5bd2e692 Merge branch 'main' into big-agi
# Conflicts:
#	README.md
2023-04-22 05:37:48 -07:00
Enrico Ros 4e8cc43408 Image generation with Prodia 2023-04-22 05:35:00 -07:00
Enrico Ros 53e0822b99 Improve README.md 2023-04-22 01:36:51 -07:00
Enrico Ros c6ef8ed390 Add Elevenlabs 2023-04-22 01:26:56 -07:00
Enrico Ros 3c896beac2 Useful updates 2023-04-22 00:24:04 -07:00
Enrico Ros 8f572f32b8 Cleanup screenshots 2023-04-20 23:19:59 -07:00
Enrico Ros 30441a69fe Big-AGI in package 2023-04-20 22:53:56 -07:00
Enrico Ros b031c5c55d big-AGI 2023-04-20 22:49:57 -07:00
Enrico Ros 15cf444707 Fixup Readme. 2023-04-20 22:48:30 -07:00
Enrico Ros 831d6b58ea Update changelog 2023-04-20 20:27:03 -07:00
Enrico Ros 538387e55d Update link 2023-04-20 18:55:12 -07:00
Enrico Ros 5e8430e62c Begin rename. 2023-04-20 18:43:03 -07:00
Enrico Ros 7e9f30acbc Some screenshots 2023-04-18 00:25:32 -07:00
Enrico Ros 9465b28011 New features! 2023-04-18 00:08:06 -07:00
Enrico Ros 35125d1585 Moved awesome-agi to its own project 2023-04-14 00:03:52 -07:00
Enrico Ros 86d166f60c Show the feature 2023-04-13 01:40:31 -07:00
Enrico Ros f257c093c1 Added instructions for Cloudflare (#17) 2023-04-12 01:14:52 -07:00
Enrico Ros 131d26470f Fix AI titling 2023-04-10 22:30:28 -07:00
Enrico Ros db6ce57dc0 Long-awaited: support for multiple parallel conversations
Works really well. Up to 10 chats where conversations can happen
simultaneously. This large refactor already carries considerable
benefits, as we can now re-roll any prompt, see who's typing where
and removed limitations around context.

This also lays the foundations for very advanced features, from
windowing systems to parallel reasoning.
2023-04-10 03:36:13 -07:00
Enrico Ros 44c9876ad1 Quick mention of the feature to the README.md 2023-04-04 03:16:00 -07:00
Enrico Ros 313c91525f Update README.md 2023-04-03 11:32:02 -07:00
Enrico Ros 89f5802e8d Large improvement to (model-dependent) token utilization
And update README.md
2023-04-03 04:03:12 -07:00
Enrico Ros 4a0c083d78 Update README 2023-04-02 00:45:07 -07:00
Enrico Ros c74675f9ef Refix 2023-04-01 05:48:19 -07:00
Enrico Ros 70a3336b01 Update purpose screenshot 2023-04-01 05:47:20 -07:00
Enrico Ros 181e78bd2d Manifest 2023-04-01 05:43:47 -07:00
Enrico Ros dd9d76172a Fix URLs 2023-04-01 05:40:43 -07:00
Enrico Ros eef67f3b68 Show the new features! 2023-04-01 05:38:13 -07:00
Enrico Ros e3014a2622 Update readme 2023-03-30 20:26:17 -07:00
Enrico Ros 7154db7f72 Configurable API Host
Closes #32. Enable Users / Deployments to change the host where
OpenAI API calls are directed to. This enables project like
[Helicone](https://www.helicone.ai/) (Observability of LLM ops)
for tracking prompt/responses quality in real-time.

Configuration:
- User: App > Settings > Advanced > API host (e.g. "oai.hconeai.com")
- Deployment: set the 'API_API_HOST=...' environment variable

User takes precedence over deployment over api.openai.com. Realtime
switching in chat apps works well.

Note: the Helicone team is fixing dashboard reporting for 'streaming'
over the /v1/chat/completions endpoint.
2023-03-30 20:00:40 -07:00
Enrico Ros d63ba35581 Freshen up README.md 2023-03-30 19:24:45 -07:00
Enrico Ros f678a0d463 Remove Sandpack (code execution)
The package makes the App slower to load, and I am not
aware of people using the Code
Execution feature

If someone still wants it, we can quickly revert
this commit and add it back (or you can use an older
official/preview build on Vercel)
2023-03-30 05:54:14 -07:00