Commit History

Refactor language handling in app.py to use a dictionary for system messages, enhancing support for multiple languages and simplifying message retrieval.
0cba459
Running

davidberenstein1957 HF staff commited on

Add debugging breakpoint in submit_conversation function to inspect conversation processing
0f08005

davidberenstein1957 HF staff commited on

Refactor URL generation in format_history_as_messages to use consistent variable naming for file paths, improving code clarity and maintainability.
d39610d

davidberenstein1957 HF staff commited on

Fix URL generation in format_history_as_messages to correctly format file paths by removing unnecessary encoding in the URL string.
e9b7220

davidberenstein1957 HF staff commited on

Enhance URL generation in format_history_as_messages by adding print statement for debugging
ac19e3a

davidberenstein1957 HF staff commited on

Update image URL handling in format_history_as_messages function to support SPACE_HOST environment variable
195ed03

davidberenstein1957 HF staff commited on

Merge pull request #8 from huggingface/fix/convert-tuple-to-data-uri-too
6793b42
unverified

davidberenstein1957 HF staff commited on

add logic to catch tuple conversion too
c39cd57

davidberenstein1957 HF staff commited on

Merge pull request #7 from huggingface/feat/5-add-documentation-and-styling-to-gradio-app
a7b74c8
unverified

davidberenstein1957 HF staff commited on

Merge pull request #6 from huggingface/feat/language-selection-within-app
28cf05b
unverified

davidberenstein1957 HF staff commited on

add language information to system prompt
6ea04d8

davidberenstein1957 HF staff commited on

add requirements.txt for Spaces deployment
13199e1

davidberenstein1957 HF staff commited on

Merge pull request #3 from huggingface/feat/upgrade-gradio-flow
a8cff7e
unverified

davidberenstein1957 HF staff commited on

Merge pull request #4 from huggingface/docs/push-to-hf-space
4e7dde0
unverified

burtenshaw commited on

add code to always reset to length of edit
fd3b06b

davidberenstein1957 HF staff commited on

Merge pull request #2 from huggingface/fix/dependencies
5b51a2f
unverified

burtenshaw commited on

fix installation of dependencies for the package with package finders
d98f44c

davidberenstein1957 HF staff commited on

Merge pull request #1 from huggingface/generate-dpo-dataset
6d59547
unverified

burtenshaw commited on

Update data/generate_dpo.py
873f98c

burtenshaw davidberenstein1957 HF staff commited on

respond to feedback on prompts
01ba912

burtenshaw commited on

Update data/generate_dpo.py
3fbe04f
unverified

burtenshaw davidberenstein1957 HF staff commited on

add example data and download
fe1770b

burtenshaw commited on

add dependencies
3a1bb5f

burtenshaw commited on

implement generate from ratings for dpo
dc616b0

burtenshaw commited on

add trl script
aac30ac

burtenshaw commited on

first refactored commit
9cc6120

burtenshaw commited on

migrate all ml files into subdir
e9484c6

burtenshaw commited on

Update README.md
c41b5cd

jenbenarye commited on