-
## Compiler version
3.3.3, 3.4.0, c8c3bde0270db83c2950c79cbe68267af7cfbc69 (main)
## Minimized code
Main.scala:
```scala
@main def main() =
Repro[JavaClass]
```
Macro.scala
```scala…
jchyb updated
3 months ago
-
Path: /speech-synthesis/prompting
The examples given for using dialogue tags appear to make the process simple and easy, by just adding quotes around the verbal portions, and describing the dialogu…
-
# Intro
In DevSecOps, "less privilege" refers to the principle of least privilege (PoLP), which means granting users, applications, or services the minimal level of access required to perform their t…
-
**Describe the bug**
(Following steps on https://docs.letta.com/server/docker#run-letta-server-with-docker)
1. Clone Repo
2. Create .env with OPENAI_API_KEY="sk-..."
3. docker compose up
4. v…
-
# Intro
In DevSecOps, "less privilege" refers to the principle of least privilege (PoLP), which means granting users, applications, or services the minimal level of access required to perform their t…
-
I have entered my API key into the json file but am still getting this error. I'm not sure what I'm doing wrong. Removing the quotes (obviously) invalidates the json (and does not work anyway). My key…
-
Unfortunately a Project API key or User API key from OpenAI raises the error:
` You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param':…
-
Sample `api.yml`:
```
openapi: "3.0.0"
info:
version: 0.0.1
title: example
paths:
/object:
get:
responses:
'200':
content:
"application/ld…
-
After installing the app and install the requirements needed for it to function,I ran into an issue that involves the groq api key.
I tried putting it in quotes removing quotes putting a space betwee…
-
[Current app](https://github.com/codeconsole/website/blob/6.2.0/build.gradle) looks like Kotlin and adds a bunch of unnecessary characters.
Not sure why this happened, but if we are going to keep…