David Corbitt
ba9221c093
Give progress updates on downloads
2023-09-07 05:57:35 -07:00
David Corbitt
071ce47411
Upload training data through Azure Blob Storage
2023-09-07 05:12:26 -07:00
David Corbitt
4fddc80dc5
Remove consoles
2023-09-06 22:01:50 -07:00
David Corbitt
5aadf3c2ba
Add dataset entry deletion and export
2023-09-06 22:01:39 -07:00
David Corbitt
7c4ab151a4
Add upload data modal
2023-09-06 09:24:41 -07:00
David Corbitt
c5c8dbf65e
Remove console
2023-09-05 20:48:36 -07:00
Kyle Corbitt
82b94657b1
fix prod migration
2023-09-05 17:56:34 -07:00
David Corbitt
0a642fac2a
Merge branch 'main' of github.com:corbt/prompt-lab
2023-09-05 17:26:03 -07:00
David Corbitt
4d90ff68c8
trigger deploy
2023-09-05 17:25:52 -07:00
arcticfly
6ac554f7e1
Set default value for DatasetEntry input ( #214 )
2023-09-05 16:42:41 -07:00
arcticfly
422a6ff4c6
Add useful datasets ( #213 )
...
* Create dataset from request logs
* Move drawer expansion logic out of app state
* Add empty dataset page
* Properly handle zero dataset state
* Add DatasetEntriesTable
* Open DatasetEntryEditorDrawer on row click
* Add editable messages
* Change Request Logs link to be a span
* Add FunctionCallEditor
* Change styling around
* Stop logging variant stats after a while
* Change FunctionCallEditor widths
* Record input tokens even on errored calls
* Allow user to add messages
* Allow changing from empty text to function call
* Fix some data layout issues
* Default to empty output
* Update arguments on blur
* Add beta flag to datasets tab
* Remove unused import
* Save training and testing datasets on fine tune
* Add DatasetEntryType
* Condense migrations
* Add index to datasetEntry
* Add datasetEntry index
* Fix types
* Enable scrolling beyond last line in VariantEditor
* Divide new dataset entries exactly along training/testing ratio
2023-09-05 15:55:31 -07:00
arcticfly
6153ebda41
Disable streaming for function calls ( #212 )
2023-09-04 05:40:17 -07:00
arcticfly
b682bd6b78
Fix doc link layout on mobile ( #210 )
2023-09-01 13:42:48 -07:00
arcticfly
43a22865fd
Update python publishing process ( #209 )
...
* Update README
* Update package version
* Add publish script
* Close project menu after creating a project
* Update npm lib README
* Publish updated README to npm
* Record updated version number
2023-08-31 22:14:59 -07:00
arcticfly
5b8113d8e7
Add links to docs, remove beta block from Dashboard and Request Logs ( #208 )
...
* Remove mission text
* Change wording
* Add link to Read the Docs
* Add links to docs in empty log tables
* Remove beta block from Dashboard and Request Logs
* Make ActionButton onClick optional
2023-08-31 17:17:20 -07:00
arcticfly
96a589e401
Add docs ( #207 )
...
* Add docs folder with introduction, overview, and getting started
* Add feature pages
* Remove some of Who We Are
2023-08-31 13:20:08 -07:00
arcticfly
16354d83df
Update README.md
2023-08-31 00:07:23 -07:00
arcticfly
6a5afd0c9b
Update README.md
2023-08-29 23:03:15 -07:00
Kyle Corbitt
1684663ddc
Publish the ingestion library to NPM ( #204 )
...
* Update client libs typescript README
* Create index.d.ts files
* Publish the ingestion library to NPM
Library is now published at https://www.npmjs.com/package/openpipe ; see README for details.
* Rename package.json in /dist folder
* Increment patch version
* Increment package version
* Add newline to publish.sh
---------
Co-authored-by: David Corbitt <davidlcorbitt@gmail.com >
2023-08-29 12:18:57 -07:00
arcticfly
70fae68225
Share and delete experiment from ExperimentCard ( #206 )
...
* Refactor DeleteExperimentDialog into separate component
* Add CardMenu to ExperimentCard
2023-08-29 11:53:18 -07:00
sweep-ai[bot]
518c8620d0
Configure Sweep ( #202 )
...
* Create sweep template
* Create sweep slow template
* Create sweep fast template
---------
Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
2023-08-29 11:50:27 -07:00
arcticfly
ab87794192
Fix prompt duplication ( #205 )
...
* Update client libs typescript README
* Properly duplicate variant
2023-08-28 16:10:56 -07:00
arcticfly
48aa697002
Update replicate versions ( #201 )
...
* Update client libs typescript README
* Update replicate versions
2023-08-28 11:20:09 -07:00
arcticfly
55f2be861e
Minor edits ( #196 )
...
* Add command to delete last fine tune
* Change ids in seeded dashboard
* Change fine tune icon
2023-08-27 18:53:02 -07:00
arcticfly
fa87887e91
Set contents of editor for refinement modals instead of saving on server ( #199 )
...
* Set contents of editor for refinement modals instead of saving on server
* Show New Experiment text on mobile
2023-08-27 18:52:25 -07:00
Kyle Corbitt
28713fb3ef
Merge pull request #197 from OpenPipe:hide-models
...
Disable custom models for the moment
2023-08-25 16:02:39 -07:00
Kyle Corbitt
ead981b900
Disable custom models for the moment
...
We're running into GPU constraints and need to turn off custom models until we find a better provider or can hot-swap them.
2023-08-25 16:01:51 -07:00
Kyle Corbitt
e0d0cc0df1
Merge pull request #193 from OpenPipe/examples
...
classify-recipes example
2023-08-25 12:46:01 -07:00
Kyle Corbitt
b4cb931f6c
first version of example ready
2023-08-25 06:37:06 +00:00
arcticfly
7df1c59bd3
Update README.md
2023-08-24 22:23:40 -07:00
arcticfly
c83863f468
Update README.md
2023-08-24 20:59:46 -07:00
Kyle Corbitt
40638a7848
more work
2023-08-24 23:49:44 +00:00
arcticfly
33ca98b267
Enlarge fine-tune gif
2023-08-24 14:14:38 -07:00
arcticfly
39c943f2ec
Change layout of README.md
2023-08-24 14:13:01 -07:00
Kyle Corbitt
14eae45d18
more benchmarking
2023-08-24 19:52:31 +00:00
arcticfly
2aa4ac1594
Update opening gif in README.md
2023-08-24 12:46:25 -07:00
Kyle Corbitt
13bac46e0b
generate-data and some eval
2023-08-24 18:43:42 +00:00
arcticfly
42ade01f22
Update README.md
2023-08-24 11:14:25 -07:00
David Corbitt
59b79049c1
Move license to top level
2023-08-24 10:41:23 -07:00
arcticfly
0d7433cb7e
Update README.md
...
Include more models
2023-08-24 00:13:24 -07:00
Kyle Corbitt
12d01cd3d5
initial example work
2023-08-24 07:05:28 +00:00
arcticfly
ec59252010
Wrap in Portal ( #191 )
2023-08-23 23:48:53 -07:00
arcticfly
87e2339df2
Remove openpipe object from config ( #190 )
...
* Remove openpipe object from config
* Remove comment
2023-08-23 23:31:39 -07:00
arcticfly
75ad6619a5
Add InfoCircles ( #189 )
2023-08-23 22:06:37 -07:00
Kyle Corbitt
4b8941d53a
Merge pull request #188 from OpenPipe/export-fixes
...
Export fixes
2023-08-23 21:30:36 -07:00
David Corbitt
0d691d17cc
Rename input to instruction in alpaca format
2023-08-23 21:26:28 -07:00
David Corbitt
815d4faad2
Fix mobile export styles
2023-08-23 21:21:09 -07:00
arcticfly
9632ccbc71
Export formatted logged calls ( #187 )
...
* Export formatted data
* Properly update inputMessageHashMap
* Hide remove duplicates checkbox in advanced options
* Remove unused import
2023-08-23 20:45:27 -07:00
Kyle Corbitt
a4131e4a10
Merge pull request #186 from OpenPipe/python-client
...
Python client
2023-08-23 19:37:55 -07:00
Kyle Corbitt
db1c8f171d
Python client published
2023-08-23 19:37:05 -07:00