Alex Reibman

Results 20 issues of Alex Reibman

![2020-07-30 11 19 35](https://user-images.githubusercontent.com/14807319/88941147-ad9d2980-d256-11ea-802b-c19a2f881a1a.gif) **Severity** Configuration becomes unusable unless you write everything correctly the first time around **Problem** Once you create a feature, you can't edit or remove it **Replication...

## Description Running the server with `npx dalai serve` and clicking "autocomplete" doesn't work ## Expected Behavior Clicking autocomplete after typing in text leads to nothing happening. ## Actual Behavior...

Removes trailing comma and creates valid JSON in ai-plugin.json #40

## Description The manifest file contains a trailing comma, so this is a malformed JSON. This creates a CORS error: >Failed to fetch localhost manifest. Check to ensure your localhost...

Documentation page points to https://docs.crewai.com/how-to/AgentOps-Observability.md which is a 404. This is because the URL ends in .md. Removing this fixes the page.

I'm trying to run gptlint on only one rule (use-correct-english). But for the life of me, I can't get it to work. Here's my config: `gptlint.config.mjs`: ``` export default [...

## 📥 Pull Request **📘 Description** Briefly describe the changes you've made. **🔄 Related Issue (if applicable)** If this PR is related to an existing issue, reference it here. **🎯...

## 📚 Documentation Update **📘 Describe the current state of documentation** Currently not clear in readme how to use more than just OpenAI. Include section for LiteLLM models. Also update...

documentation

## 🚀 Feature Request **💡 Got a brilliant idea?** Currently, we log the link to the session. But it's drowned out because it's not colored or bolded. I've seen a...

enhancement
good first issue
help wanted

## 🚀 Feature Request **💡 Got a brilliant idea?** If you run `crew.kickoff()` multiple times during the same session, a `kickoff()` success will automatically run `agentops.end_session('Success')`. This means the developer...

enhancement