# make_request

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/symblai_nebula/make_request)

Generate text from the model.

## Signature

```python
make_request(
    self: Nebula,
    prompt: str,
    url: str = f'{DEFAULT_NEBULA_SERVICE_URL}{DEFAULT_NEBULA_SERVICE_PATH}',
    params: Optional[Dict] = None,
) -> Any
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/symblai_nebula.py#L172)