David Corbitt
c0f10cd522
Remove comment
2023-08-07 14:12:22 -07:00
David Corbitt
dc497dbd99
Query experiments and datasets by org
2023-08-07 14:10:32 -07:00
David Corbitt
f8f855adf4
Theme default divider
2023-08-07 14:10:01 -07:00
David Corbitt
8f49bace53
Backfill api keys
2023-08-07 13:08:33 -07:00
David Corbitt
c9f59bfb79
Add project to breadcrumb
2023-08-07 11:50:59 -07:00
David Corbitt
57166e96b4
Fix project settings IconLink
2023-08-07 11:21:59 -07:00
David Corbitt
1a838824ae
Use PageHeaderContainer for all breadcrumbs
2023-08-07 11:16:54 -07:00
David Corbitt
6b304f8456
Show selected org
2023-08-06 23:23:20 -07:00
David Corbitt
a53d70d8b2
Add basic typescript lib
2023-08-06 17:29:06 -07:00
David Corbitt
109a9ddb1e
Add js client lib
2023-08-06 13:50:43 -07:00
David Corbitt
7f8b574c9f
Add checkCache and report routes
2023-08-05 20:37:16 -07:00
Kyle Corbitt
9e859c199e
two LoggedCall tables
2023-08-05 17:56:51 -07:00
Kyle Corbitt
7637b94ea7
schema changes
2023-08-05 13:49:03 -07:00
Kyle Corbitt
721f1726eb
Merge pull request #122 from OpenPipe/app-dir
...
Move app to app/ subdir
2023-08-05 10:08:31 -07:00
Kyle Corbitt
cfeb4dfa92
run render and CI in app subdir
2023-08-05 10:06:06 -07:00
Kyle Corbitt
21ef67ed4c
move app to app/ subdir
2023-08-05 10:00:10 -07:00
Kyle Corbitt
7707d451e0
Merge pull request #121 from OpenPipe/prompt-constructor
...
Rename constructFn to promptConstructor
2023-08-05 09:32:35 -07:00
Kyle Corbitt
d82782adb4
Number experiments based only on current org
...
Previously we were naming each new experiment based on the highest existing sort index globally, which doesn't make sense. Better to just use the local one.
2023-08-05 09:26:55 -07:00
Kyle Corbitt
e10589abff
Rename constructFn to promptConstructor
...
It's a clearer name. Also reorganize the filesystem so all the promptConstructor related files are colocated.
2023-08-04 23:09:39 -07:00
Kyle Corbitt
01dcbfc896
Rename 'anthropic' to 'anthropic/completion' ( #120 )
...
More consistency in the way we name our model providers.
2023-08-04 22:07:23 -07:00
Kyle Corbitt
50e0b34d30
newer replicate models
2023-08-04 21:18:52 -07:00
arcticfly
44bb9fc58d
Add outputs to entry generation ( #119 )
2023-08-04 16:14:49 -07:00
David Corbitt
c0d3784f0c
Merge branch 'main' of github.com:corbt/prompt-lab
2023-08-04 16:06:45 -07:00
David Corbitt
e522026b71
Embold star
2023-08-04 16:06:34 -07:00
arcticfly
46b13d85b7
Update README.md
2023-08-04 12:00:38 -07:00
arcticfly
c12aa82a3e
Update README.md
2023-08-04 11:58:47 -07:00
arcticfly
b98bce8944
Add Datasets ( #118 )
...
* Add dataset (without entries)
* Fix dataset hook
* Add dataset rows
* Add buttons to import/generate data
* Add GenerateDataModal
* Autogenerate and save data
* Fix prettier
* Fix types
* Add dataset pagination
* Fix prettier
* Use useDisclosure
* Allow generate data modal fadeaway
* hide/show data in env var
* Fix prettier
2023-08-04 11:52:03 -07:00
arcticfly
f045c80dfd
Update README.md
2023-08-03 18:31:24 -07:00
arcticfly
3b460dff2a
Update README.md
2023-08-03 18:16:54 -07:00
David Corbitt
5fa5732804
Move demo up
2023-08-03 12:02:10 -07:00
arcticfly
28e6e2b9df
Wrap evals ( #117 )
...
* Wrap eval outputs
* Fix prettier
* Decrease variant minWidth
2023-08-03 11:58:39 -07:00
Kyle Corbitt
54d1df4442
upload sourcemaps
2023-08-03 11:53:13 -07:00
David Corbitt
f69c2b5f23
Fix prettier
2023-08-03 11:48:05 -07:00
David Corbitt
51f0666f6a
Add table of contents to README
2023-08-03 11:40:29 -07:00
Kyle Corbitt
b67d974f4c
Merge pull request #116 from OpenPipe/sentry
...
Add Sentry
2023-08-03 10:23:22 -07:00
Kyle Corbitt
33fb2db981
Add Sentry
...
Visibility into errors in prod
2023-08-03 10:18:17 -07:00
Kyle Corbitt
e391379c3e
Merge pull request #115 from OpenPipe/admin
...
Add admin role
2023-08-03 09:39:00 -07:00
Kyle Corbitt
8d1609dd52
Add admin role
...
Allow privileged users to administer the system.
2023-08-03 09:35:13 -07:00
David Corbitt
f3380f302d
Simplify world champs screen
2023-08-02 23:57:44 -07:00
David Corbitt
3dba9c7ee1
Update posthog version
2023-08-02 23:30:15 -07:00
David Corbitt
e0e4f7a9d6
Fix mobile table padding
2023-08-02 23:08:49 -07:00
arcticfly
48293dc579
Add link to demo experiment ( #114 )
2023-08-02 22:50:09 -07:00
arcticfly
38ac6243a0
Add server posthog events ( #113 )
2023-08-02 14:21:07 -07:00
arcticfly
bd2f58e2a5
Improve posthog ( #112 )
...
* Add SessionIdentifier
* Identify by id
* Rewrite posthog events
* Add NEXT_PUBLIC_HOST to dockerfile
* Fix default url
* Move SessionIdentifier into analytics file
2023-08-02 13:30:25 -07:00
Kyle Corbitt
808e47c6b9
Merge pull request #111 from OpenPipe/gh-btn
...
Update TopNavbar component to include a GitHub button
2023-08-02 10:15:26 -07:00
Kyle Corbitt
5945f0ed6b
Update TopNavbar component to include a GitHub button
2023-08-02 10:11:41 -07:00
arcticfly
6bc7d76d15
Update README.md
2023-08-02 00:59:05 -07:00
arcticfly
e9ed173e34
Update README.md
2023-08-02 00:57:24 -07:00
arcticfly
75d58d7021
Update README.md
2023-08-02 00:56:19 -07:00
arcticfly
896c8c5c57
Update README.md
2023-08-02 00:51:57 -07:00