diff --git a/.github/workflows/pr-linear-check.yml b/.github/workflows/pr-linear-check.yml index ac25b2e07..6bf0ce689 100644 --- a/.github/workflows/pr-linear-check.yml +++ b/.github/workflows/pr-linear-check.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR body for Linear link or override + env: + PR_BODY: ${{ github.event.pull_request.body }} run: | - PR_BODY="${{ github.event.pull_request.body }}" - # Looking for "https://linear.app" in the body if echo "$PR_BODY" | grep -qE "https://linear\.app"; then echo "Found a Linear link. Check passed." diff --git a/web/src/app/admin/assistants/AssistantEditor.tsx b/web/src/app/admin/assistants/AssistantEditor.tsx index 23fb03698..6692dbb5e 100644 --- a/web/src/app/admin/assistants/AssistantEditor.tsx +++ b/web/src/app/admin/assistants/AssistantEditor.tsx @@ -890,47 +890,20 @@ export function AssistantEditor({ {imageGenerationTool && ( <>
- {!currentLLMSupportsImageOutput - ? "To use Image Generation, select GPT-4 or another image compatible model as the default model for this Assistant." - : "Image Generation requires an OpenAI or Azure Dalle configuration."} -
-
+
+ {assistant.name}
+