Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -20,7 +20,7 @@ client <- ellmer::chat_openai(
|
|
| 20 |
credentials = function() { return(Sys.getenv("OPENAI_API_KEY")) }
|
| 21 |
)
|
| 22 |
|
| 23 |
-
options(querychat.DataFrameSource.engine = "
|
| 24 |
|
| 25 |
qc <- querychat::querychat(
|
| 26 |
oews,
|
|
|
|
| 20 |
credentials = function() { return(Sys.getenv("OPENAI_API_KEY")) }
|
| 21 |
)
|
| 22 |
|
| 23 |
+
options(querychat.DataFrameSource.engine = "duckdb")
|
| 24 |
|
| 25 |
qc <- querychat::querychat(
|
| 26 |
oews,
|