You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,21 @@ How to set up your local machine.
18
18
```bash
19
19
pip install -r requirements.txt
20
20
```
21
+
- **Configure environment variable (optional)s**
22
+
- copy `api-keys.env.example` to `api-keys.env` and add your API keys.
23
+
- required fields for different providers are different, please refer to the [LiteLLM setup](https://docs.litellm.ai/docs#litellm-python-sdk) guide for more details.
24
+
- currently only endpoint, model, api_key, api_base, api_version are supported.
25
+
- this helps data formulator to automatically load the API keys when you run the app, so you don't need to set the API keys in the app UI.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ Transform data and create rich visualizations iteratively with AI 🪄. Try Data
22
22
23
23
## News 🔥🔥🔥
24
24
25
+
-[02-12-2025] More models supported now! Powered by [LiteLLM](https://github.com/BerriAI/litellm)!
26
+
- Now supports OpenAI, Azure, Ollama, and Anthropic models (and more based on LiteLLM);
27
+
- Models with strong code generation capabilities are recommended (gpt-4o, claude-3-5-sonnet etc.);
28
+
- You can store API keys in `api-keys.env` to avoid typing them every time (see template `api-keys.env.template`).
29
+
- Let us know which models you have good/bad experiences with, and what models you would like to see supported! [[comment here]](https://github.com/microsoft/data-formulator/issues/49)
30
+
25
31
-[11-07-2024] Minor fun update: data visualization challenges!
26
32
- We added a few visualization challenges with the sample datasets. Can you complete them all? [[try them out!]](https://github.com/microsoft/data-formulator/issues/53#issue-2641841252)
27
33
- Comment in the issue when you did, or share your results/questions with others! [[comment here]](https://github.com/microsoft/data-formulator/issues/53)
@@ -77,7 +83,7 @@ Play with Data Formulator with one of the following options:
77
83
78
84
## Using Data Formulator
79
85
80
-
Once you’ve completed the setup using either option, follow these steps to start using Data Formulator:
86
+
Once you've completed the setup using either option, follow these steps to start using Data Formulator:
81
87
82
88
### The basics of data visualization
83
89
* Provide OpenAI keys and select a model (GPT-4o suggested) and choose a dataset.
0 commit comments